home *** CD-ROM | disk | FTP | other *** search
/ Network Support Library / RoseWare - Network Support Library.iso / email / widene.v2 < prev    next >
Text File  |  1993-10-09  |  8KB  |  142 lines

  1. REF: WIDENET2   2 Apr 1993
  2.                 Using Notework over Wide-Area Networks (WANs)
  3.  
  4. The Wide Nets feature will appeal to you if you wish to prevent NWXBIND from
  5. attaching to certain servers.  Essentially, surrogate Notework directories
  6. are created on a "local" server.  Batch files are then used to gather, create,
  7. and distribute the global Address Book to each of the "remote" servers. There
  8. are three batch files used in the process, GETWIDE.BAT, PUTWIDE.BAT, and
  9. WIDENET.BAT.  The only file to which you will be making any changes is
  10. WIDENET.BAT. WIDENET.BAT is the main batch file used in the Wide Nets feature;
  11. it calls GETWIDE and PUTWIDE once for each remote server in your
  12. configuration.
  13.  
  14. There are 3 possible configurations which you may encounter when setting up
  15. Notework that call for a Wide Nets installation.  Read the 3 possible
  16. scenarios and decide which one is applicable to your site (if any). In all
  17. cases, there are two servers (A and B) that are connected over a LAN, and a
  18. third server (C) that is linked or bridged by a much slower line.
  19.  
  20. Scenario 1:
  21. Servers A, B, and C are all new Notework installations. Running NWXBIND could
  22. take a long time to complete and substantially slow down the link.
  23.  
  24. Scenario 2:
  25. A cross-server installation has been up and running, but when running an
  26. NWXBIND, server C takes a very long time to update and during the update, it
  27. may cause communication over the slow line to come to a halt.
  28.  
  29. Scenario 3:
  30. File servers A and B have been in a cross-server installation; file
  31. server C is a brand new Notework installation and would like to be included
  32. in cross-server mail.  File server C has a slow or unreliable bridge to
  33. servers A and B.  NWXBIND may fail when the bridge is down and could cause
  34. unwanted traffic across the bridge when running.
  35.  
  36. ===== Scenario 1 Setup Instructions =====
  37. 1. Install Notework on servers A, B, and C.
  38. 2. On server A, create a subdirectory under \PUBLIC\NOTEWORK called XSERVE.
  39.    If there is more than one server connected to servers A and B via
  40.    a slow link, then create multiple directories under \PUBLIC\NOTEWORK and
  41.    name them XSERVE1, XSERVE2...... , with an XSERVE<x> directory for each
  42.    slow-linked server. The XSERVE<x> directories will act as surrogate Notework
  43.    directories.
  44. 3. On server A, create an ASCII file called XSERVERS.TXT.  This file contains
  45.    the paths to all of the Notework system directories (for each server on
  46.    the LAN) plus the surrogate Notework directories (for each server that is
  47.    connected via a slow link). This file is like the "normal" XSERVERS.TXT
  48.    described under the topic "Installing on Multiple Servers", except that
  49.    for each slow-linked server, you create a line in XSERVERS.TXT which
  50.    looks like this:
  51.    "FILE_SERVER_C=FILE_SERVER_A/SYS:\PUBLIC\NOTEWORK\XSERVE". Do not include
  52.    the *true* path for each of the slow-linked servers in XSERVERS.TXT,
  53.    only include the surrogate
  54.    "<servername>=FILE_SERVER_A/SYS:\PUBLIC\NOTEWORK\XSERVE<x>" path.
  55. Example:
  56.    FILE_SERVER_A/SYS:\PUBLIC\NOTEWORK
  57.    FILE_SERVER_B/SYS:\PUBLIC\NOTEWORK
  58.    FILE_SERVER_C=FILE_SERVER_A/SYS:\PUBLIC\NOTEWORK\XSERVE
  59. 4. Edit the WIDENET.BAT file on server A.  For each slow-linked server,
  60.    WIDENET.BAT must call GETWIDE and PUTWIDE.  The line which calls GETWIDE
  61.    or PUTWIDE must also contain the full path to the remote Notework
  62.    system directory followed by a space and the the path to its surrogate
  63.    directory.
  64. 5. Attach to all of the remote servers as Supervisor.
  65. 6. Run WIDENET.BAT from server A.
  66.  
  67. ===== Scenario 2 Setup Instructions =====
  68. 1. On server A, create a subdirectory under \PUBLIC\NOTEWORK called XSERVE.
  69.    If there is more than one server connected to servers A and B via
  70.    slow links, then create multiple directories under \PUBLIC\NOTEWORK and
  71.    name them XSERVE1, XSERVE2...... , with an XSERVE<x> directory for each
  72.    slow-linked server. The XSERVE<x> directories will act as surrogate
  73.    Notework directories.
  74. 2. On all servers except A, delete the file XSERVERS.TXT in the Notework
  75.    system directory.
  76. 3. On server A, edit the ASCII file called XSERVERS.TXT. This file contains
  77.    the paths to all of the Notework system directories (for each server on
  78.    the LAN) plus the surrogate Notework directories (for each server that is
  79.    connected via a slow link).  For each slow-linked server, change the line
  80.    in XSERVERS.TXT so that it looks like this:
  81.    "FILE_SERVER_C=FILE_SERVER_A/SYS:\PUBLIC\NOTEWORK\XSERVE". Do not put
  82.    the *true* path for each of the slow-linked servers in XSERVERS.TXT,
  83.    only include the surrogate
  84.    "<servername>=FILE_SERVER_A/SYS:\PUBLIC\NOTEWORK\XSERVE<x>" path.
  85. Example:
  86.    FILE_SERVER_A/SYS:\PUBLIC\NOTEWORK
  87.    FILE_SERVER_B/SYS:\PUBLIC\NOTEWORK
  88.    FILE_SERVER_C=FILE_SERVER_A/SYS:\PUBLIC\NOTEWORK\XSERVE
  89. 4. Edit the WIDENET.BAT file on server A.  For each slow-linked server,
  90.    WIDENET.BAT must call GETWIDE and PUTWIDE.  The line which calls GETWIDE
  91.    or PUTWIDE must also contain the full path to the remote Notework system
  92.    directory followed by a space and the the path to its surrogate directory.
  93. 5. Attach to all of the remote servers as Supervisor.
  94. 6. Run WIDENET.BAT from server A.
  95.  
  96. ===== Scenario 3 Setup Instructions =====
  97. 1. Install Notework on server C.
  98. 2. On server A, create a subdirectory under \PUBLIC\NOTEWORK called XSERVE.
  99.    If there is more than one server connected to servers A and B via
  100.    a slow link, then create multiple directories under \PUBLIC\NOTEWORK and
  101.    name them XSERVE1, XSERVE2...... , with an XSERVE<x> directory for each
  102.    slow-linked server. The XSERVE<x> directories will act as surrogate
  103.    Notework directories.
  104. 3. Delete XSERVERS.TXT from the Notework system directory on server B.
  105. 4. On server A edit the ASCII file called XSERVERS.TXT.  This file contains
  106.    the paths to all of the Notework system directories (for each server on
  107.    the LAN) plus the surrogate Notework directories (for each server that is
  108.    connected via a slow link).  For each slow-linked server, change the line
  109.    in XSERVERS.TXT so that it looks like this:
  110.    "FILE_SERVER_C=FILE_SERVER_A/SYS:\PUBLIC\NOTEWORK\XSERVE". Do not put
  111.    the *true* path for each of the slow-linked servers in XSERVERS.TXT,
  112.    only include the surrogate
  113.    "<servername>=FILE_SERVER_A/SYS:\PUBLIC\NOTEWORK\XSERVE<x>" path.
  114.    Example:
  115.    FILE_SERVER_A/SYS:\PUBLIC\NOTEWORK
  116.    FILE_SERVER_B/SYS:\PUBLIC\NOTEWORK
  117.    FILE_SERVER_C=FILE_SERVER_A/SYS:\PUBLIC\NOTEWORK\XSERVE
  118. 5. Edit the WIDENET.BAT file on server A.  For each slow-linked server,
  119.    WIDENET.BAT must call GETWIDE and PUTWIDE.  The line which calls GETWIDE
  120.    or PUTWIDE must also contain the full path to the remote Notework
  121.    system directory followed by a space and the the path to its surrogate
  122.    directory.
  123. 6  Attach to all of the remote servers as Supervisor.
  124. 7. Run WIDENET.BAT from server A.
  125.  
  126. ===== Batch File Descriptions =====
  127. WIDENET.BAT - This is the control file for the Wide Nets feature.  It must
  128. be customized by the network Supervisor for each installation.  The
  129. Supervisor specifies the number of times WIDENET.BAT runs GETWIDE and
  130. PUTWIDE (one GETWIDE and PUTWIDE cycle is required for each remote server).
  131. After all of the GETWIDE cycles have run, WIDENET.BAT runs the NWXBIND
  132. utility to create the global Address Book, and PUTWIDE is then run to
  133. distribute the Address Book files back to the remote directories.
  134.  
  135. GETWIDE.BAT - Collects files from the remote servers and copies them to the
  136. local surrogate Notework directories. (No modification of this file is
  137. necessary.)
  138.  
  139. PUTWIDE.BAT -  Distributes global Address Book to the remote servers, and
  140. runs NEWAP.EXE on each of the remote servers to create a new book directory
  141. and update SYS.NWC. (No modification of this file is necessary.)
  142.